@charset "utf-8"; /* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑', Arial, Verdana;
}

html {
    display: inline-block;
    width: 100%;
    color: #333;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    cursor: pointer;
    border: 0;
}

strong {
    font-weight: bold;
}

ul, ol, li, dt, dd {
    list-style: none;
}

em, i {
    font-style: normal;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.inlblo {
    display: inline-block;
    display: inline;
    zoom: 1; }

.overflow {
    overflow: hidden;
}

.mt_10 {
    margin-top: 10px;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_25 {
    margin-top: 25px;
}

.ov_h {
    overflow: hidden;
}

.ml_10 {
    margin-left: 10px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_25 {
    margin-left: 25px;
}

.ml_30 {
    margin-left: 30px;
}

/* top */
body {
    /* background: url(../images/top_bg.png) no-repeat top; */
    /* background-size: cover; */
}

/* top */
.top {
    width: 100%;
    height: 286px;
    display: block;
    background: url(../images/top.jpg) no-repeat top center;
}

.header {
    width: 1200px;
    height: auto;
    margin: auto;
}

.zgdh_logo {
    padding-top: 118px;
}

.zgdh_logo ul:after {
    content: "";
    display: block;
    clear: both;
}

.zgdh_logo li {
    width: auto;
    float: left;
    margin-right: 10px;
}
.zgdh_logo .colorful{
    position:absolute;
    z-index:999;
}
.dhqf {
    width: auto;
    position: relative;
    float: right;
    top: 14px;
    border-radius: 35px;
    background: #0e67ff;
    padding: 10px;
    font-size: 12px;
    color: #afccef;
}

/* nav */
.nav {
    width: 100%;
    background: #093f93;
    height: 70px;
    margin-top: -4px;
}

.nav_container {
    width: 1200px;
    margin: auto;
    position: relative;
}

.nav_container ul:after {
    content: "";
    display: block;
    clear: both;
}

.nav_container li {
    width: 150px;
    line-height: 70px;
    height: 70px;
    float: left;
    text-align: center;
    font-size: 22px;
    
    font-weight: bold;
    vertical-align: middle;
    position: relative;
color: #fff;}

.nav_container li>ul {
    background: #093f93;
    z-index: 999;
    position: absolute;
    z-index: 1;
    display: none;
}
.nav_container li:hover>ul{
    display:block;
}
.nav_container li>ul li {
    font-size: 20px;
    line-height: 60px;
    height: 60px;
}

.nav_container li>ul li a {
}

.nav_container li.active {
    background: #1a72c9;
}

.nav_container li a {
    color: #fff;
}

.nav_container li a img {
    margin-top: 19px;
}

.nav_container li.active {
    background: #1a5dc0;
}

.nav_container li:hover {
    background: #1a5dc0;
}

.search {
    width: 100%;
    height: 90px;
    position: absolute;
    background: #eaeaea;
    z-index: 999;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    display: none;
}

input#searchword {
    width: 550px;
    position: relative;
    height: 50px;
    border: none;
    background: #fff;
    outline: none;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
}

input.search_bnt, input.search_close {
    background: #093f93;
    width: 98px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-left: 4px;
    border: 0;
    display: inline-block;
    cursor: pointer;
}

input#btn {
    width: 30px;
    background: url(../images/search_icon.png) no-repeat;
    height: 30px;
    position: relative;
    float: right;
    margin-right: 15px;
    top: 7px;
    border: none;
}

/* footer S */
.footer {
    background: url(../images/footer_bg.png) no-repeat center;
    width: 100%;
    display: inline-block;
    height: 267px;
}

.main_footer {
    width: 1200px;
    height: auto;
    display: block;
    margin: auto;
}

/* openlink S */
.openlink {
    width: 100%;
    height: 45px;
    padding-top: 50px;
}

.openlink li {
    width: 280px;
    height: 45px;
    line-height: 45px;
    background: #fff url(../images/openlink_icon.png) no-repeat 255px 19px;
    margin-right: 20px;
    float: left;
}

.openlink select {
    border: none;
    outline: none;
    background: none;
    width: 280px;
    height: 45px;
    font-size: 16px;
    color: #666;
    padding-left: 10px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

/* ie10及以上 清除select图标 */
.footer_con {
    width: 832px;
    height: 101px;
    margin: 30px auto;
    display: block;
}

.footer_con li {
    margin-right: 10px;
    /* background: #f3f3f3; */
    height: 49px;
    float: left;
    height: 101px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.footer_con li a {
    color: #666;
}

.footer_con li.dzjg {
    width: 109px;
    text-align: center;
}

.footer_con li.baContent {
    width: 354px;
}

.footer_con li span {
    position: relative;
    left: 20px;
    top: 13px;
}

.footer_con li.baContent img {
    position: relative;
    top: 5px;
}

.footer_con li.contact_Con {
    width: 155px;
    line-height: 27px;
}

.footer_con li.jiucuo {
    width: 146px;
    text-align: center;
}

.footer_con li.dzjg img {
    position: relative;
    top: 22px;
}

.footer_con li.jiucuo img {
    position: relative;
    top: 28px;
}

.tougao_email em {
    width: 54px;
    height: 54px;
    background: url(../images/logo_2.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 20px;
}

.footer_con .tougao_email {
    width: 150px;
}

.tougao_email li span {
    font-size: 16px;
    position: relative;
    color: #666;
    left: 40px;
}
